 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
 body {
      font-family: 'Segoe UI', sans-serif;
    }
    .hero {
      background: url('https://images.unsplash.com/photo-1541544181050-6c76f68b3659') no-repeat center center;
      background-size: cover;
      height: 100vh;
      color: white;
      display: flex;
      align-items: center;
    }
    .hero h1 {
      font-size: 4rem;
    }
    .section-padding {
      padding: 60px 0;
    }
    .menu-card img {
      height: 200px;
      object-fit: cover;
    }
    footer {
      background-color: #343a40;
      color: white;
      padding: 20px 0;
    }
    
.banner_section h2{ 
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-variation-settings:
      "wdth" 100;
  }
  
.banner_section h2 a{ 
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
    background-color: #5d0101;
    padding: 0px 35px;
    border-radius: 50px;
}
  .banner_section h5{
    color: #0c0909;
    font-size: 18px;
    font-weight: 600;
  }
  .banner_section .contact_us_btn{
    background-color: #e89595;
    padding: 10px 35px;
    cursor: pointer;
    font-size: 18px;
    color: #840000;
    font-weight: 700;
}
.banner_section .contact_us_btn:hover{
    background-color: #eeeeee;
    color: #a54242;
    border: 2px solid #c65c5c;
}
.section_banner{
    background-image:linear-gradient(#bc444c99, #a72f2fa6), url(https://d4t7t8y8xqo0t.cloudfront.net/app/resized/1080X/eazytrendz/2886/trend20200718131937.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 150px;
    padding-bottom: 150px;
}

.section_banner h2{
    color: #000000;
    font-size: 50px;
    font-weight: bolder;
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
}
.banner_section{
    background-image: linear-gradient(88deg, #9866666b, #b9b8b8e8), url(https://www.itchotels.com/content/dam/itchotels/in/umbrella/itc/hotels/itcgrandchola-chennai/images/overview/headmast-desktop/itc-grandchola-cheeroot.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 150px;
    padding-bottom: 250px;
}
.section_banner{
    background-image:linear-gradient(#bc444c99, #a72f2fa6), url(https://d4t7t8y8xqo0t.cloudfront.net/app/resized/1080X/eazytrendz/2886/trend20200718131937.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 150px;
    padding-bottom: 150px;
}
.gallery-section {
    padding: 60px 0;
    background: #f9f9f9;
}

.gallery-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #000000;
}

.gallery-divider {
    width: 60px;
    height: 3px;
    background: #000000;
    margin: 20px auto;
}

.gallery-subtitle {
    color: #666;
    font-size: 1rem;
    margin-bottom: 40px;
}

.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.gallery-item {
    position: relative;
    width: calc(25% - 15px);
    min-width: 220px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    color: white;
}

.gallery-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.gallery-item .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 10px;
}

.gallery-item:hover .overlay {
    opacity: 1;
}

.gallery-item i {
    display: block;
    font-size: 1.3rem;
    margin-top: 5px;
}

@media (max-width: 991px) {
    .gallery-item {
        width: calc(33.33% - 15px);
    }
}

@media (max-width: 767px) {
    .gallery-item {
        width: calc(50% - 15px);
    }
}

@media (max-width: 575px) {
    .gallery-item {
        width: 100%;
    }
}
.fa-facebook
{
    font-size: 30px;
    color: darkblue;
}
.fa-github
{
    font-size: 30px;
    color: rgb(11, 87, 49);
}
.fa-twitter
{
    font-size: 30px;
    color: skyblue;
}
.fa-google
{
    font-size: 30px;
    color: rgb(31, 31, 32);
}
.fa-instagram
{
    font-size: 30px;
    color: rgb(226, 34, 127)
}
.fa-whatsapp
{
     font-size: 30px;
    color:lightgreen
}
.fa-youtube
{
    font-size: 30px;
    color: red;
}

.heading{
    font-size: 80px;
}
@media (min-width: 480px){ 
  .heading{
    font-size: 20px;
  }
}



/*/


